microcad-lang-parse 0.5.0

µcad language syntax lexer and parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: crates/lang-parse/tests/parser.rs
expression: parse(input)
---
Err(
    ParseErrors(
        [
            ParseError {
                span: 4..20,
                error: unclosed string at 4..20,
            },
        ],
    ),
)